Html Css Color HEX #6BBFCD Seagull

📋 copy color: '#6BBFCD'

red 107 ◦ green 191 ◦ blue 205

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

Shades of Seagull #6BBFCD

Tints of Seagull #6BBFCD

RGB

 RED value IS 107 (42.19% from 255) = 21.27%

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

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

R = 21.27%
G = 37.97%
B = 40.76%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BBFCD (or 0x6BBFCD) is known color: Seagull. HEX triplet: 6B, BF and CD. RGB value is (107,191,205). Sum of RGB (Red+Green+Blue) = 107+191+205=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFCD is #944032. Grayscale: #A7A7A7. Windows color (decimal): -9715763 or 13483883. OLE color: 13483883.

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

Color convert

RGB 107 191 205 -
CMYK 0.48 0.07 0 0.20
HSL 188.57º 0.49% 0.61% -
HSV(B) 188.57º 0.48% 0.8% -
XYZ 35.71 44.8 64.52 -
YUV 167.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 107 191 205 0.48 0.07 0 0.20 188.57 0.49 0.61
Hex 6B BF CD 30 7 0 14 BD 31 3D
Octal 153 277 315 60 7 0 24 275 61 75
Binary 1101011 10111111 11001101 110000 111 0 10100 10111101 110001 111101

Color Harmonies of #6BBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFCD

Black with #6BBFCD

Text Example


Text Example

White with #6BBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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