Html Css Color HEX #6BC0CE Seagull

📋 copy color: '#6BC0CE'

red 107 ◦ green 192 ◦ blue 206

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

Shades of Seagull #6BC0CE

Tints of Seagull #6BC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

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

R = 21.19%
G = 38.02%
B = 40.79%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BC0CE (or 0x6BC0CE) is known color: Seagull. HEX triplet: 6B, C0 and CE. RGB value is (107,192,206). Sum of RGB (Red+Green+Blue) = 107+192+206=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0CE is #943F31. Grayscale: #A8A8A8. Windows color (decimal): -9715506 or 13549675. OLE color: 13549675.

HSL color Cylindrical-coordinate representation of color #6BC0CE: hue angle of 188.48º 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 #6BC0CE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 192 206 -
CMYK 0.48 0.07 0 0.19
HSL 188.48º 0.5% 0.61% -
HSV(B) 188.48º 0.48% 0.81% -
XYZ 36.05 45.28 65.23 -
YUV 168.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 107 192 206 0.48 0.07 0 0.19 188.48 0.5 0.61
Hex 6B C0 CE 30 7 0 13 BC 32 3D
Octal 153 300 316 60 7 0 23 274 62 75
Binary 1101011 11000000 11001110 110000 111 0 10011 10111100 110010 111101

Color Harmonies of #6BC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0CE

Black with #6BC0CE

Text Example


Text Example

White with #6BC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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