Html Css Color HEX #6DB0CF Seagull

📋 copy color: '#6DB0CF'

red 109 ◦ green 176 ◦ blue 207

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

Shades of Seagull #6DB0CF

Tints of Seagull #6DB0CF

RGB

 RED value IS 109 (42.97% from 255) = 22.15%

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 22.15%
G = 35.77%
B = 42.07%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DB0CF (or 0x6DB0CF) is known color: Seagull. HEX triplet: 6D, B0 and CF. RGB value is (109,176,207). Sum of RGB (Red+Green+Blue) = 109+176+207=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CF is #924F30. Grayscale: #9F9F9F. Windows color (decimal): -9588529 or 13611117. OLE color: 13611117.

HSL color Cylindrical-coordinate representation of color #6DB0CF: hue angle of 198.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DB0CF is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 176 207 -
CMYK 0.47 0.15 0 0.19
HSL 198.98º 0.51% 0.62% -
HSV(B) 198.98º 0.47% 0.81% -
XYZ 33.09 38.81 64.78 -
YUV 159.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 109 176 207 0.47 0.15 0 0.19 198.98 0.51 0.62
Hex 6D B0 CF 2F F 0 13 C7 33 3E
Octal 155 260 317 57 17 0 23 307 63 76
Binary 1101101 10110000 11001111 101111 1111 0 10011 11000111 110011 111110

Color Harmonies of #6DB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0CF

Black with #6DB0CF

Text Example


Text Example

White with #6DB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,176,207); }

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

background-color css

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

 a { background-color: rgb(109,176,207); }

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

border-color css

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

 span { border-color: rgb(109,176,207); }

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