Html Css Color HEX #6CBCCE Seagull

📋 copy color: '#6CBCCE'

red 108 ◦ green 188 ◦ blue 206

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

Shades of Seagull #6CBCCE

Tints of Seagull #6CBCCE

RGB

 RED value IS 108 (42.58% from 255) = 21.51%

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 21.51%
G = 37.45%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CBCCE (or 0x6CBCCE) is known color: Seagull. HEX triplet: 6C, BC and CE. RGB value is (108,188,206). Sum of RGB (Red+Green+Blue) = 108+188+206=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCE is #934331. Grayscale: #A5A5A5. Windows color (decimal): -9650994 or 13548652. OLE color: 13548652.

HSL color Cylindrical-coordinate representation of color #6CBCCE: hue angle of 191.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBCCE is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 188 206 -
CMYK 0.48 0.09 0 0.19
HSL 191.02º 0.5% 0.62% -
HSV(B) 191.02º 0.48% 0.81% -
XYZ 35.31 43.61 64.95 -
YUV 166.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 108 188 206 0.48 0.09 0 0.19 191.02 0.5 0.62
Hex 6C BC CE 30 9 0 13 BF 32 3E
Octal 154 274 316 60 11 0 23 277 62 76
Binary 1101100 10111100 11001110 110000 1001 0 10011 10111111 110010 111110

Color Harmonies of #6CBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCCE

Black with #6CBCCE

Text Example


Text Example

White with #6CBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,206); }

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

background-color css

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

 a { background-color: rgb(108,188,206); }

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

border-color css

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

 span { border-color: rgb(108,188,206); }

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