Html Css Color HEX #6BB0DF Malibu

📋 copy color: '#6BB0DF'

red 107 ◦ green 176 ◦ blue 223

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

Shades of Malibu #6BB0DF

Tints of Malibu #6BB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 21.15%
G = 34.78%
B = 44.07%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BB0DF (or 0x6BB0DF) is known color: Malibu. HEX triplet: 6B, B0 and DF. RGB value is (107,176,223). Sum of RGB (Red+Green+Blue) = 107+176+223=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0DF is #944F20. Grayscale: #A0A0A0. Windows color (decimal): -9719585 or 14659691. OLE color: 14659691.

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

Color convert

RGB 107 176 223 -
CMYK 0.52 0.21 0 0.13
HSL 204.31º 0.64% 0.65% -
HSV(B) 204.31º 0.52% 0.87% -
XYZ 34.91 39.5 75.6 -
YUV 160.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 107 176 223 0.52 0.21 0 0.13 204.31 0.64 0.65
Hex 6B B0 DF 34 15 0 D CC 40 41
Octal 153 260 337 64 25 0 15 314 100 101
Binary 1101011 10110000 11011111 110100 10101 0 1101 11001100 1000000 1000001

Color Harmonies of #6BB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0DF

Black with #6BB0DF

Text Example


Text Example

White with #6BB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,223); }

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

background-color css

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

 a { background-color: rgb(107,176,223); }

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

border-color css

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

 span { border-color: rgb(107,176,223); }

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