Html Css Color HEX #6FCAE6 Spray

📋 copy color: '#6FCAE6'

red 111 ◦ green 202 ◦ blue 230

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

Shades of Spray #6FCAE6

Tints of Spray #6FCAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

 BLUE value IS 230 (90.23% from 255) = 42.36%

R = 20.44%
G = 37.2%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FCAE6 (or 0x6FCAE6) is known color: Spray. HEX triplet: 6F, CA and E6. RGB value is (111,202,230). Sum of RGB (Red+Green+Blue) = 111+202+230=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAE6 is #903519. Grayscale: #B1B1B1. Windows color (decimal): -9450778 or 15125103. OLE color: 15125103.

HSL color Cylindrical-coordinate representation of color #6FCAE6: hue angle of 194.12º degrees, saturation: 0.7, 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 #6FCAE6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 202 230 -
CMYK 0.52 0.12 0 0.10
HSL 194.12º 0.7% 0.67% -
HSV(B) 194.12º 0.52% 0.9% -
XYZ 41.96 51.33 82.56 -
YUV 177.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 111 202 230 0.52 0.12 0 0.10 194.12 0.7 0.67
Hex 6F CA E6 34 C 0 A C2 46 43
Octal 157 312 346 64 14 0 12 302 106 103
Binary 1101111 11001010 11100110 110100 1100 0 1010 11000010 1000110 1000011

Color Harmonies of #6FCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAE6

Black with #6FCAE6

Text Example


Text Example

White with #6FCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,230); }

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

background-color css

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

 a { background-color: rgb(111,202,230); }

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

border-color css

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

 span { border-color: rgb(111,202,230); }

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