Html Css Color HEX #6AB7EF Malibu

📋 copy color: '#6AB7EF'

red 106 ◦ green 183 ◦ blue 239

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

Shades of Malibu #6AB7EF

Tints of Malibu #6AB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 20.08%
G = 34.66%
B = 45.27%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6AB7EF (or 0x6AB7EF) is known color: Malibu. HEX triplet: 6A, B7 and EF. RGB value is (106,183,239). Sum of RGB (Red+Green+Blue) = 106+183+239=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AB7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB7EF is #954810. Grayscale: #A6A6A6. Windows color (decimal): -9783313 or 15710058. OLE color: 15710058.

HSL color Cylindrical-coordinate representation of color #6AB7EF: hue angle of 205.26º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AB7EF is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 183 239 -
CMYK 0.56 0.23 0 0.06
HSL 205.26º 0.81% 0.68% -
HSV(B) 205.26º 0.56% 0.94% -
XYZ 38.46 43.16 87.97 -
YUV 166.36 168.99 84.95 -
System Red Green Blue C M Y K H S L
Decimal 106 183 239 0.56 0.23 0 0.06 205.26 0.81 0.68
Hex 6A B7 EF 38 17 0 6 CD 51 44
Octal 152 267 357 70 27 0 6 315 121 104
Binary 1101010 10110111 11101111 111000 10111 0 110 11001101 1010001 1000100

Color Harmonies of #6AB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB7EF

Black with #6AB7EF

Text Example


Text Example

White with #6AB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,183,239); }

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

background-color css

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

 a { background-color: rgb(106,183,239); }

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

border-color css

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

 span { border-color: rgb(106,183,239); }

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