Html Css Color HEX #6CBDDF Malibu

📋 copy color: '#6CBDDF'

red 108 ◦ green 189 ◦ blue 223

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

Shades of Malibu #6CBDDF

Tints of Malibu #6CBDDF

RGB

 RED value IS 108 (42.58% from 255) = 20.77%

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 20.77%
G = 36.35%
B = 42.88%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBDDF (or 0x6CBDDF) is known color: Malibu. HEX triplet: 6C, BD and DF. RGB value is (108,189,223). Sum of RGB (Red+Green+Blue) = 108+189+223=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDDF is #934220. Grayscale: #A8A8A8. Windows color (decimal): -9650721 or 14663020. OLE color: 14663020.

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

Color convert

RGB 108 189 223 -
CMYK 0.52 0.15 0 0.13
HSL 197.74º 0.64% 0.65% -
HSV(B) 197.74º 0.52% 0.87% -
XYZ 37.7 44.91 76.49 -
YUV 168.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 108 189 223 0.52 0.15 0 0.13 197.74 0.64 0.65
Hex 6C BD DF 34 F 0 D C6 40 41
Octal 154 275 337 64 17 0 15 306 100 101
Binary 1101100 10111101 11011111 110100 1111 0 1101 11000110 1000000 1000001

Color Harmonies of #6CBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDDF

Black with #6CBDDF

Text Example


Text Example

White with #6CBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,189,223); }

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

background-color css

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

 a { background-color: rgb(108,189,223); }

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

border-color css

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

 span { border-color: rgb(108,189,223); }

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