Html Css Color HEX #6CBDEE Malibu

📋 copy color: '#6CBDEE'

red 108 ◦ green 189 ◦ blue 238

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

Shades of Malibu #6CBDEE

Tints of Malibu #6CBDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 20.19%
G = 35.33%
B = 44.49%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CBDEE (or 0x6CBDEE) is known color: Malibu. HEX triplet: 6C, BD and EE. RGB value is (108,189,238). Sum of RGB (Red+Green+Blue) = 108+189+238=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CBDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBDEE is #934211. Grayscale: #AAAAAA. Windows color (decimal): -9650706 or 15646060. OLE color: 15646060.

HSL color Cylindrical-coordinate representation of color #6CBDEE: hue angle of 202.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBDEE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 189 238 -
CMYK 0.55 0.21 0 0.07
HSL 202.62º 0.79% 0.68% -
HSV(B) 202.62º 0.55% 0.93% -
XYZ 39.81 45.76 87.62 -
YUV 170.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 108 189 238 0.55 0.21 0 0.07 202.62 0.79 0.68
Hex 6C BD EE 37 15 0 7 CB 4F 44
Octal 154 275 356 67 25 0 7 313 117 104
Binary 1101100 10111101 11101110 110111 10101 0 111 11001011 1001111 1000100

Color Harmonies of #6CBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDEE

Black with #6CBDEE

Text Example


Text Example

White with #6CBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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