Html Css Color HEX #6DB7CF Seagull

📋 copy color: '#6DB7CF'

red 109 ◦ green 183 ◦ blue 207

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

Shades of Seagull #6DB7CF

Tints of Seagull #6DB7CF

RGB

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

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

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

R = 21.84%
G = 36.67%
B = 41.48%

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

#6DB7CF (or 0x6DB7CF) is known color: Seagull. HEX triplet: 6D, B7 and CF. RGB value is (109,183,207). Sum of RGB (Red+Green+Blue) = 109+183+207=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7CF is #924830. Grayscale: #A3A3A3. Windows color (decimal): -9586737 or 13612909. OLE color: 13612909.

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

Color convert

RGB 109 183 207 -
CMYK 0.47 0.12 0 0.19
HSL 194.69º 0.51% 0.62% -
HSV(B) 194.69º 0.47% 0.81% -
XYZ 34.5 41.62 65.25 -
YUV 163.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 109 183 207 0.47 0.12 0 0.19 194.69 0.51 0.62
Hex 6D B7 CF 2F C 0 13 C3 33 3E
Octal 155 267 317 57 14 0 23 303 63 76
Binary 1101101 10110111 11001111 101111 1100 0 10011 11000011 110011 111110

Color Harmonies of #6DB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB7CF

Black with #6DB7CF

Text Example


Text Example

White with #6DB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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