Html Css Color HEX #6AC7DE Malibu

📋 copy color: '#6AC7DE'

red 106 ◦ green 199 ◦ blue 222

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

Shades of Malibu #6AC7DE

Tints of Malibu #6AC7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 20.11%
G = 37.76%
B = 42.13%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AC7DE (or 0x6AC7DE) is known color: Malibu. HEX triplet: 6A, C7 and DE. RGB value is (106,199,222). Sum of RGB (Red+Green+Blue) = 106+199+222=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AC7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7DE is #953821. Grayscale: #ADADAD. Windows color (decimal): -9779234 or 14600042. OLE color: 14600042.

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

Color convert

RGB 106 199 222 -
CMYK 0.52 0.10 0 0.13
HSL 191.9º 0.64% 0.64% -
HSV(B) 191.9º 0.52% 0.87% -
XYZ 39.55 49.18 76.52 -
YUV 173.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 106 199 222 0.52 0.10 0 0.13 191.9 0.64 0.64
Hex 6A C7 DE 34 A 0 D C0 40 40
Octal 152 307 336 64 12 0 15 300 100 100
Binary 1101010 11000111 11011110 110100 1010 0 1101 11000000 1000000 1000000

Color Harmonies of #6AC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7DE

Black with #6AC7DE

Text Example


Text Example

White with #6AC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,199,222); }

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

background-color css

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

 a { background-color: rgb(106,199,222); }

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

border-color css

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

 span { border-color: rgb(106,199,222); }

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