Html Css Color HEX #6FCBDE Spray

📋 copy color: '#6FCBDE'

red 111 ◦ green 203 ◦ blue 222

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

Shades of Spray #6FCBDE

Tints of Spray #6FCBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

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

R = 20.71%
G = 37.87%
B = 41.42%

CMYK

 C value IS 0.5

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FCBDE (or 0x6FCBDE) is known color: Spray. HEX triplet: 6F, CB and DE. RGB value is (111,203,222). Sum of RGB (Red+Green+Blue) = 111+203+222=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FCBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBDE is #903421. Grayscale: #B1B1B1. Windows color (decimal): -9450530 or 14601071. OLE color: 14601071.

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

Color convert

RGB 111 203 222 -
CMYK 0.5 0.09 0 0.13
HSL 190.27º 0.63% 0.65% -
HSV(B) 190.27º 0.5% 0.87% -
XYZ 41.1 51.37 76.86 -
YUV 177.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 111 203 222 0.5 0.09 0 0.13 190.27 0.63 0.65
Hex 6F CB DE 32 9 0 D BE 3F 41
Octal 157 313 336 62 11 0 15 276 77 101
Binary 1101111 11001011 11011110 110010 1001 0 1101 10111110 111111 1000001

Color Harmonies of #6FCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBDE

Black with #6FCBDE

Text Example


Text Example

White with #6FCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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