Html Css Color HEX #6AC2DF Malibu

📋 copy color: '#6AC2DF'

red 106 ◦ green 194 ◦ blue 223

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

Shades of Malibu #6AC2DF

Tints of Malibu #6AC2DF

RGB

 RED value IS 106 (41.8% from 255) = 20.27%

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 20.27%
G = 37.09%
B = 42.64%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AC2DF (or 0x6AC2DF) is known color: Malibu. HEX triplet: 6A, C2 and DF. RGB value is (106,194,223). Sum of RGB (Red+Green+Blue) = 106+194+223=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AC2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC2DF is #953D20. Grayscale: #AAAAAA. Windows color (decimal): -9780513 or 14664298. OLE color: 14664298.

HSL color Cylindrical-coordinate representation of color #6AC2DF: hue angle of 194.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC2DF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 194 223 -
CMYK 0.52 0.13 0 0.13
HSL 194.87º 0.65% 0.65% -
HSV(B) 194.87º 0.52% 0.87% -
XYZ 38.55 46.98 76.85 -
YUV 170.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 106 194 223 0.52 0.13 0 0.13 194.87 0.65 0.65
Hex 6A C2 DF 34 D 0 D C3 41 41
Octal 152 302 337 64 15 0 15 303 101 101
Binary 1101010 11000010 11011111 110100 1101 0 1101 11000011 1000001 1000001

Color Harmonies of #6AC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC2DF

Black with #6AC2DF

Text Example


Text Example

White with #6AC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,194,223); }

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

background-color css

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

 a { background-color: rgb(106,194,223); }

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

border-color css

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

 span { border-color: rgb(106,194,223); }

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