Html Css Color HEX #6FCBE1 Spray

📋 copy color: '#6FCBE1'

red 111 ◦ green 203 ◦ blue 225

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

Shades of Spray #6FCBE1

Tints of Spray #6FCBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 20.59%
G = 37.66%
B = 41.74%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FCBE1 (or 0x6FCBE1) is known color: Spray. HEX triplet: 6F, CB and E1. RGB value is (111,203,225). Sum of RGB (Red+Green+Blue) = 111+203+225=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FCBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBE1 is #90341E. Grayscale: #B1B1B1. Windows color (decimal): -9450527 or 14797679. OLE color: 14797679.

HSL color Cylindrical-coordinate representation of color #6FCBE1: hue angle of 191.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCBE1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 203 225 -
CMYK 0.51 0.10 0 0.12
HSL 191.58º 0.66% 0.66% -
HSV(B) 191.58º 0.51% 0.88% -
XYZ 41.5 51.53 78.99 -
YUV 178 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 111 203 225 0.51 0.10 0 0.12 191.58 0.66 0.66
Hex 6F CB E1 33 A 0 C C0 42 42
Octal 157 313 341 63 12 0 14 300 102 102
Binary 1101111 11001011 11100001 110011 1010 0 1100 11000000 1000010 1000010

Color Harmonies of #6FCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBE1

Black with #6FCBE1

Text Example


Text Example

White with #6FCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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