Html Css Color HEX #6CBFE4 Malibu

📋 copy color: '#6CBFE4'

red 108 ◦ green 191 ◦ blue 228

#6CBFE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6CBFE4

Tints of Malibu #6CBFE4

RGB

 RED value IS 108 (42.58% from 255) = 20.49%

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 20.49%
G = 36.24%
B = 43.26%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CBFE4 (or 0x6CBFE4) is known color: Malibu. HEX triplet: 6C, BF and E4. RGB value is (108,191,228). Sum of RGB (Red+Green+Blue) = 108+191+228=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #6CBFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFE4 is #93401B. Grayscale: #AAAAAA. Windows color (decimal): -9650204 or 14991212. OLE color: 14991212.

HSL color Cylindrical-coordinate representation of color #6CBFE4: hue angle of 198.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBFE4 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 191 228 -
CMYK 0.53 0.16 0 0.11
HSL 198.5º 0.69% 0.66% -
HSV(B) 198.5º 0.53% 0.89% -
XYZ 38.82 46.05 80.24 -
YUV 170.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 108 191 228 0.53 0.16 0 0.11 198.5 0.69 0.66
Hex 6C BF E4 35 10 0 B C6 45 42
Octal 154 277 344 65 20 0 13 306 105 102
Binary 1101100 10111111 11100100 110101 10000 0 1011 11000110 1000101 1000010

Color Harmonies of #6CBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFE4

Black with #6CBFE4

Text Example


Text Example

White with #6CBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CBFE4; }

 p { color: rgb(108,191,228); }

 H1.HeaderClassName
 {
   color: #6CBFE4;
 }
 .AnyTagClassName
 {
   color: #6CBFE4;
 }
</style>

background-color css

<style>
 a { background-color: #6CBFE4; }

 a { background-color: rgb(108,191,228); }

 div.DivClassName
 {
   background-color: #6CBFE4;
 }
 .BgClassName
 {
   background-color: #6CBFE4;
 }
</style>

border-color css

<style>
 span { border-color: #6CBFE4; }

 span { border-color: rgb(108,191,228); }

 td.TdClassName
 {
   border-color: #6CBFE4;
 }
 .TagClassName
 {
   border-color: #6CBFE4;
 }
</style>