Html Css Color HEX #6CBFDA Malibu

📋 copy color: '#6CBFDA'

red 108 ◦ green 191 ◦ blue 218

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

Shades of Malibu #6CBFDA

Tints of Malibu #6CBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 20.89%
G = 36.94%
B = 42.17%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6CBFDA (or 0x6CBFDA) is known color: Malibu. HEX triplet: 6C, BF and DA. RGB value is (108,191,218). Sum of RGB (Red+Green+Blue) = 108+191+218=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFDA is #934025. Grayscale: #A9A9A9. Windows color (decimal): -9650214 or 14335852. OLE color: 14335852.

HSL color Cylindrical-coordinate representation of color #6CBFDA: hue angle of 194.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CBFDA is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 191 218 -
CMYK 0.50 0.12 0 0.15
HSL 194.73º 0.6% 0.64% -
HSV(B) 194.73º 0.5% 0.85% -
XYZ 37.47 45.51 73.14 -
YUV 169.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 108 191 218 0.50 0.12 0 0.15 194.73 0.6 0.64
Hex 6C BF DA 32 C 0 F C3 3C 40
Octal 154 277 332 62 14 0 17 303 74 100
Binary 1101100 10111111 11011010 110010 1100 0 1111 11000011 111100 1000000

Color Harmonies of #6CBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFDA

Black with #6CBFDA

Text Example


Text Example

White with #6CBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,191,218); }

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

background-color css

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

 a { background-color: rgb(108,191,218); }

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

border-color css

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

 span { border-color: rgb(108,191,218); }

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