Html Css Color HEX #6DBFCD Seagull

📋 copy color: '#6DBFCD'

red 109 ◦ green 191 ◦ blue 205

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

Shades of Seagull #6DBFCD

Tints of Seagull #6DBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 37.82%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 21.58%
G = 37.82%
B = 40.59%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DBFCD (or 0x6DBFCD) is known color: Seagull. HEX triplet: 6D, BF and CD. RGB value is (109,191,205). Sum of RGB (Red+Green+Blue) = 109+191+205=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCD is #924032. Grayscale: #A7A7A7. Windows color (decimal): -9584691 or 13483885. OLE color: 13483885.

HSL color Cylindrical-coordinate representation of color #6DBFCD: hue angle of 188.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBFCD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 191 205 -
CMYK 0.47 0.07 0 0.20
HSL 188.75º 0.49% 0.62% -
HSV(B) 188.75º 0.47% 0.8% -
XYZ 35.96 44.92 64.53 -
YUV 168.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 109 191 205 0.47 0.07 0 0.20 188.75 0.49 0.62
Hex 6D BF CD 2F 7 0 14 BD 31 3E
Octal 155 277 315 57 7 0 24 275 61 76
Binary 1101101 10111111 11001101 101111 111 0 10100 10111101 110001 111110

Color Harmonies of #6DBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFCD

Black with #6DBFCD

Text Example


Text Example

White with #6DBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,191,205); }

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

background-color css

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

 a { background-color: rgb(109,191,205); }

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

border-color css

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

 span { border-color: rgb(109,191,205); }

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