Html Css Color HEX #6DB6CF Seagull

📋 copy color: '#6DB6CF'

red 109 ◦ green 182 ◦ blue 207

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

Shades of Seagull #6DB6CF

Tints of Seagull #6DB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 21.89%
G = 36.55%
B = 41.57%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DB6CF (or 0x6DB6CF) is known color: Seagull. HEX triplet: 6D, B6 and CF. RGB value is (109,182,207). Sum of RGB (Red+Green+Blue) = 109+182+207=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 182 (71.48% from 255 or 36.55% 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 #6DB6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6CF is #924930. Grayscale: #A2A2A2. Windows color (decimal): -9586993 or 13612653. OLE color: 13612653.

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

Color convert

RGB 109 182 207 -
CMYK 0.47 0.12 0 0.19
HSL 195.31º 0.51% 0.62% -
HSV(B) 195.31º 0.47% 0.81% -
XYZ 34.3 41.21 65.18 -
YUV 163.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 109 182 207 0.47 0.12 0 0.19 195.31 0.51 0.62
Hex 6D B6 CF 2F C 0 13 C3 33 3E
Octal 155 266 317 57 14 0 23 303 63 76
Binary 1101101 10110110 11001111 101111 1100 0 10011 11000011 110011 111110

Color Harmonies of #6DB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB6CF

Black with #6DB6CF

Text Example


Text Example

White with #6DB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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