Html Css Color HEX #6AC6EA Malibu

📋 copy color: '#6AC6EA'

red 106 ◦ green 198 ◦ blue 234

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

Shades of Malibu #6AC6EA

Tints of Malibu #6AC6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 19.7%
G = 36.8%
B = 43.49%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AC6EA (or 0x6AC6EA) is known color: Malibu. HEX triplet: 6A, C6 and EA. RGB value is (106,198,234). Sum of RGB (Red+Green+Blue) = 106+198+234=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AC6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6EA is #953915. Grayscale: #AEAEAE. Windows color (decimal): -9779478 or 15386218. OLE color: 15386218.

HSL color Cylindrical-coordinate representation of color #6AC6EA: hue angle of 196.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AC6EA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 198 234 -
CMYK 0.55 0.15 0 0.08
HSL 196.88º 0.75% 0.67% -
HSV(B) 196.88º 0.55% 0.92% -
XYZ 40.99 49.39 85.22 -
YUV 174.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 106 198 234 0.55 0.15 0 0.08 196.88 0.75 0.67
Hex 6A C6 EA 37 F 0 8 C5 4B 43
Octal 152 306 352 67 17 0 10 305 113 103
Binary 1101010 11000110 11101010 110111 1111 0 1000 11000101 1001011 1000011

Color Harmonies of #6AC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC6EA

Black with #6AC6EA

Text Example


Text Example

White with #6AC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,198,234); }

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

background-color css

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

 a { background-color: rgb(106,198,234); }

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

border-color css

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

 span { border-color: rgb(106,198,234); }

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