Html Css Color HEX #6BB2DD Malibu

📋 copy color: '#6BB2DD'

red 107 ◦ green 178 ◦ blue 221

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

Shades of Malibu #6BB2DD

Tints of Malibu #6BB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 21.15%
G = 35.18%
B = 43.68%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BB2DD (or 0x6BB2DD) is known color: Malibu. HEX triplet: 6B, B2 and DD. RGB value is (107,178,221). Sum of RGB (Red+Green+Blue) = 107+178+221=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2DD is #944D22. Grayscale: #A1A1A1. Windows color (decimal): -9719075 or 14529131. OLE color: 14529131.

HSL color Cylindrical-coordinate representation of color #6BB2DD: hue angle of 202.63º degrees, saturation: 0.63, 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 #6BB2DD is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 178 221 -
CMYK 0.52 0.19 0 0.13
HSL 202.63º 0.63% 0.64% -
HSV(B) 202.63º 0.52% 0.87% -
XYZ 35.03 40.19 74.32 -
YUV 161.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 107 178 221 0.52 0.19 0 0.13 202.63 0.63 0.64
Hex 6B B2 DD 34 13 0 D CB 3F 40
Octal 153 262 335 64 23 0 15 313 77 100
Binary 1101011 10110010 11011101 110100 10011 0 1101 11001011 111111 1000000

Color Harmonies of #6BB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB2DD

Black with #6BB2DD

Text Example


Text Example

White with #6BB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,178,221); }

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

background-color css

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

 a { background-color: rgb(107,178,221); }

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

border-color css

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

 span { border-color: rgb(107,178,221); }

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