Html Css Color HEX #6BBDEE Malibu

📋 copy color: '#6BBDEE'

red 107 ◦ green 189 ◦ blue 238

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

Shades of Malibu #6BBDEE

Tints of Malibu #6BBDEE

RGB

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

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

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

R = 20.04%
G = 35.39%
B = 44.57%

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

#6BBDEE (or 0x6BBDEE) is known color: Malibu. HEX triplet: 6B, BD and EE. RGB value is (107,189,238). Sum of RGB (Red+Green+Blue) = 107+189+238=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BBDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDEE is #944211. Grayscale: #A9A9A9. Windows color (decimal): -9716242 or 15646059. OLE color: 15646059.

HSL color Cylindrical-coordinate representation of color #6BBDEE: hue angle of 202.44º 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 #6BBDEE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 189 238 -
CMYK 0.55 0.21 0 0.07
HSL 202.44º 0.79% 0.68% -
HSV(B) 202.44º 0.55% 0.93% -
XYZ 39.69 45.69 87.62 -
YUV 170.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 107 189 238 0.55 0.21 0 0.07 202.44 0.79 0.68
Hex 6B BD EE 37 15 0 7 CA 4F 44
Octal 153 275 356 67 25 0 7 312 117 104
Binary 1101011 10111101 11101110 110111 10101 0 111 11001010 1001111 1000100

Color Harmonies of #6BBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDEE

Black with #6BBDEE

Text Example


Text Example

White with #6BBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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