Html Css Color HEX #6CB5CE Seagull

📋 copy color: '#6CB5CE'

red 108 ◦ green 181 ◦ blue 206

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

Shades of Seagull #6CB5CE

Tints of Seagull #6CB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 21.82%
G = 36.57%
B = 41.62%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CB5CE (or 0x6CB5CE) is known color: Seagull. HEX triplet: 6C, B5 and CE. RGB value is (108,181,206). Sum of RGB (Red+Green+Blue) = 108+181+206=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5CE is #934A31. Grayscale: #A1A1A1. Windows color (decimal): -9652786 or 13546860. OLE color: 13546860.

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

Color convert

RGB 108 181 206 -
CMYK 0.48 0.12 0 0.19
HSL 195.31º 0.5% 0.62% -
HSV(B) 195.31º 0.48% 0.81% -
XYZ 33.85 40.69 64.46 -
YUV 162.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 108 181 206 0.48 0.12 0 0.19 195.31 0.5 0.62
Hex 6C B5 CE 30 C 0 13 C3 32 3E
Octal 154 265 316 60 14 0 23 303 62 76
Binary 1101100 10110101 11001110 110000 1100 0 10011 11000011 110010 111110

Color Harmonies of #6CB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB5CE

Black with #6CB5CE

Text Example


Text Example

White with #6CB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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