Html Css Color HEX #6FC3CC Seagull

📋 copy color: '#6FC3CC'

red 111 ◦ green 195 ◦ blue 204

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

Shades of Seagull #6FC3CC

Tints of Seagull #6FC3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 21.76%
G = 38.24%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FC3CC (or 0x6FC3CC) is known color: Seagull. HEX triplet: 6F, C3 and CC. RGB value is (111,195,204). Sum of RGB (Red+Green+Blue) = 111+195+204=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC3CC is #903C33. Grayscale: #AAAAAA. Windows color (decimal): -9452596 or 13419375. OLE color: 13419375.

HSL color Cylindrical-coordinate representation of color #6FC3CC: hue angle of 185.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC3CC is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 195 204 -
CMYK 0.46 0.04 0 0.2
HSL 185.81º 0.48% 0.62% -
HSV(B) 185.81º 0.46% 0.8% -
XYZ 36.97 46.77 64.21 -
YUV 170.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 111 195 204 0.46 0.04 0 0.2 185.81 0.48 0.62
Hex 6F C3 CC 2E 4 0 14 BA 30 3E
Octal 157 303 314 56 4 0 24 272 60 76
Binary 1101111 11000011 11001100 101110 100 0 10100 10111010 110000 111110

Color Harmonies of #6FC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC3CC

Black with #6FC3CC

Text Example


Text Example

White with #6FC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,195,204); }

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

background-color css

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

 a { background-color: rgb(111,195,204); }

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

border-color css

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

 span { border-color: rgb(111,195,204); }

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