Html Css Color HEX #6BB6EA Malibu

📋 copy color: '#6BB6EA'

red 107 ◦ green 182 ◦ blue 234

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

Shades of Malibu #6BB6EA

Tints of Malibu #6BB6EA

RGB

 RED value IS 107 (42.19% from 255) = 20.46%

 GREEN value IS 182 (71.48% from 255) = 34.8%

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

R = 20.46%
G = 34.8%
B = 44.74%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BB6EA (or 0x6BB6EA) is known color: Malibu. HEX triplet: 6B, B6 and EA. RGB value is (107,182,234). Sum of RGB (Red+Green+Blue) = 107+182+234=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BB6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB6EA is #944915. Grayscale: #A5A5A5. Windows color (decimal): -9718038 or 15382123. OLE color: 15382123.

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

Color convert

RGB 107 182 234 -
CMYK 0.54 0.22 0 0.08
HSL 204.57º 0.75% 0.67% -
HSV(B) 204.57º 0.54% 0.92% -
XYZ 37.64 42.52 84.07 -
YUV 165.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 107 182 234 0.54 0.22 0 0.08 204.57 0.75 0.67
Hex 6B B6 EA 36 16 0 8 CD 4B 43
Octal 153 266 352 66 26 0 10 315 113 103
Binary 1101011 10110110 11101010 110110 10110 0 1000 11001101 1001011 1000011

Color Harmonies of #6BB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB6EA

Black with #6BB6EA

Text Example


Text Example

White with #6BB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,182,234); }

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

background-color css

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

 a { background-color: rgb(107,182,234); }

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

border-color css

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

 span { border-color: rgb(107,182,234); }

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