Html Css Color HEX #6FCBE5 Spray

📋 copy color: '#6FCBE5'

red 111 ◦ green 203 ◦ blue 229

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

Shades of Spray #6FCBE5

Tints of Spray #6FCBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 20.44%
G = 37.38%
B = 42.17%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FCBE5 (or 0x6FCBE5) is known color: Spray. HEX triplet: 6F, CB and E5. RGB value is (111,203,229). Sum of RGB (Red+Green+Blue) = 111+203+229=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #6FCBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBE5 is #90341A. Grayscale: #B2B2B2. Windows color (decimal): -9450523 or 15059823. OLE color: 15059823.

HSL color Cylindrical-coordinate representation of color #6FCBE5: hue angle of 193.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCBE5 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 203 229 -
CMYK 0.52 0.11 0 0.10
HSL 193.22º 0.69% 0.67% -
HSV(B) 193.22º 0.52% 0.9% -
XYZ 42.05 51.75 81.9 -
YUV 178.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 111 203 229 0.52 0.11 0 0.10 193.22 0.69 0.67
Hex 6F CB E5 34 B 0 A C1 45 43
Octal 157 313 345 64 13 0 12 301 105 103
Binary 1101111 11001011 11100101 110100 1011 0 1010 11000001 1000101 1000011

Color Harmonies of #6FCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBE5

Black with #6FCBE5

Text Example


Text Example

White with #6FCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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