Html Css Color HEX #6CB2CF Seagull

📋 copy color: '#6CB2CF'

red 108 ◦ green 178 ◦ blue 207

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

Shades of Seagull #6CB2CF

Tints of Seagull #6CB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 21.91%
G = 36.11%
B = 41.99%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CB2CF (or 0x6CB2CF) is known color: Seagull. HEX triplet: 6C, B2 and CF. RGB value is (108,178,207). Sum of RGB (Red+Green+Blue) = 108+178+207=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CB2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2CF is #934D30. Grayscale: #A0A0A0. Windows color (decimal): -9653553 or 13611628. OLE color: 13611628.

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

Color convert

RGB 108 178 207 -
CMYK 0.48 0.14 0 0.19
HSL 197.58º 0.51% 0.62% -
HSV(B) 197.58º 0.48% 0.81% -
XYZ 33.37 39.53 64.9 -
YUV 160.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 108 178 207 0.48 0.14 0 0.19 197.58 0.51 0.62
Hex 6C B2 CF 30 E 0 13 C6 33 3E
Octal 154 262 317 60 16 0 23 306 63 76
Binary 1101100 10110010 11001111 110000 1110 0 10011 11000110 110011 111110

Color Harmonies of #6CB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB2CF

Black with #6CB2CF

Text Example


Text Example

White with #6CB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,178,207); }

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

background-color css

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

 a { background-color: rgb(108,178,207); }

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

border-color css

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

 span { border-color: rgb(108,178,207); }

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