Html Css Color HEX #6BC5CE Seagull

📋 copy color: '#6BC5CE'

red 107 ◦ green 197 ◦ blue 206

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

Shades of Seagull #6BC5CE

Tints of Seagull #6BC5CE

RGB

 RED value IS 107 (42.19% from 255) = 20.98%

 GREEN value IS 197 (77.34% from 255) = 38.63%

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

R = 20.98%
G = 38.63%
B = 40.39%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BC5CE (or 0x6BC5CE) is known color: Seagull. HEX triplet: 6B, C5 and CE. RGB value is (107,197,206). Sum of RGB (Red+Green+Blue) = 107+197+206=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5CE is #943A31. Grayscale: #AAAAAA. Windows color (decimal): -9714226 or 13550955. OLE color: 13550955.

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

Color convert

RGB 107 197 206 -
CMYK 0.48 0.04 0 0.19
HSL 185.45º 0.5% 0.61% -
HSV(B) 185.45º 0.48% 0.81% -
XYZ 37.17 47.51 65.6 -
YUV 171.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 107 197 206 0.48 0.04 0 0.19 185.45 0.5 0.61
Hex 6B C5 CE 30 4 0 13 B9 32 3D
Octal 153 305 316 60 4 0 23 271 62 75
Binary 1101011 11000101 11001110 110000 100 0 10011 10111001 110010 111101

Color Harmonies of #6BC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC5CE

Black with #6BC5CE

Text Example


Text Example

White with #6BC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,197,206); }

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

background-color css

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

 a { background-color: rgb(107,197,206); }

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

border-color css

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

 span { border-color: rgb(107,197,206); }

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