Html Css Color HEX #6CB7CF Seagull

📋 copy color: '#6CB7CF'

red 108 ◦ green 183 ◦ blue 207

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

Shades of Seagull #6CB7CF

Tints of Seagull #6CB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 21.69%
G = 36.75%
B = 41.57%

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

#6CB7CF (or 0x6CB7CF) is known color: Seagull. HEX triplet: 6C, B7 and CF. RGB value is (108,183,207). Sum of RGB (Red+Green+Blue) = 108+183+207=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7CF is #934830. Grayscale: #A3A3A3. Windows color (decimal): -9652273 or 13612908. OLE color: 13612908.

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

Color convert

RGB 108 183 207 -
CMYK 0.48 0.12 0 0.19
HSL 194.55º 0.51% 0.62% -
HSV(B) 194.55º 0.48% 0.81% -
XYZ 34.38 41.56 65.24 -
YUV 163.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 108 183 207 0.48 0.12 0 0.19 194.55 0.51 0.62
Hex 6C B7 CF 30 C 0 13 C3 33 3E
Octal 154 267 317 60 14 0 23 303 63 76
Binary 1101100 10110111 11001111 110000 1100 0 10011 11000011 110011 111110

Color Harmonies of #6CB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB7CF

Black with #6CB7CF

Text Example


Text Example

White with #6CB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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