Html Css Color HEX #6FB3DE Malibu

📋 copy color: '#6FB3DE'

red 111 ◦ green 179 ◦ blue 222

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

Shades of Malibu #6FB3DE

Tints of Malibu #6FB3DE

RGB

 RED value IS 111 (43.75% from 255) = 21.68%

 GREEN value IS 179 (70.31% from 255) = 34.96%

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 21.68%
G = 34.96%
B = 43.36%

CMYK

 C value IS 0.5

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FB3DE (or 0x6FB3DE) is known color: Malibu. HEX triplet: 6F, B3 and DE. RGB value is (111,179,222). Sum of RGB (Red+Green+Blue) = 111+179+222=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3DE is #904C21. Grayscale: #A3A3A3. Windows color (decimal): -9456674 or 14594927. OLE color: 14594927.

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

Color convert

RGB 111 179 222 -
CMYK 0.5 0.19 0 0.13
HSL 203.24º 0.63% 0.65% -
HSV(B) 203.24º 0.5% 0.87% -
XYZ 35.86 40.89 75.11 -
YUV 163.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 111 179 222 0.5 0.19 0 0.13 203.24 0.63 0.65
Hex 6F B3 DE 32 13 0 D CB 3F 41
Octal 157 263 336 62 23 0 15 313 77 101
Binary 1101111 10110011 11011110 110010 10011 0 1101 11001011 111111 1000001

Color Harmonies of #6FB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB3DE

Black with #6FB3DE

Text Example


Text Example

White with #6FB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,179,222); }

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

background-color css

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

 a { background-color: rgb(111,179,222); }

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

border-color css

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

 span { border-color: rgb(111,179,222); }

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