Html Css Color HEX #6CB9CE Seagull

📋 copy color: '#6CB9CE'

red 108 ◦ green 185 ◦ blue 206

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

Shades of Seagull #6CB9CE

Tints of Seagull #6CB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 21.64%
G = 37.07%
B = 41.28%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CB9CE (or 0x6CB9CE) is known color: Seagull. HEX triplet: 6C, B9 and CE. RGB value is (108,185,206). Sum of RGB (Red+Green+Blue) = 108+185+206=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB9CE is #934631. Grayscale: #A4A4A4. Windows color (decimal): -9651762 or 13547884. OLE color: 13547884.

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

Color convert

RGB 108 185 206 -
CMYK 0.48 0.10 0 0.19
HSL 192.86º 0.5% 0.62% -
HSV(B) 192.86º 0.48% 0.81% -
XYZ 34.67 42.34 64.74 -
YUV 164.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 108 185 206 0.48 0.10 0 0.19 192.86 0.5 0.62
Hex 6C B9 CE 30 A 0 13 C1 32 3E
Octal 154 271 316 60 12 0 23 301 62 76
Binary 1101100 10111001 11001110 110000 1010 0 10011 11000001 110010 111110

Color Harmonies of #6CB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB9CE

Black with #6CB9CE

Text Example


Text Example

White with #6CB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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