Html Css Color HEX #6FB5CB Seagull

📋 copy color: '#6FB5CB'

red 111 ◦ green 181 ◦ blue 203

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

Shades of Seagull #6FB5CB

Tints of Seagull #6FB5CB

RGB

 RED value IS 111 (43.75% from 255) = 22.42%

 GREEN value IS 181 (71.09% from 255) = 36.57%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 22.42%
G = 36.57%
B = 41.01%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FB5CB (or 0x6FB5CB) is known color: Seagull. HEX triplet: 6F, B5 and CB. RGB value is (111,181,203). Sum of RGB (Red+Green+Blue) = 111+181+203=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FB5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5CB is #904A34. Grayscale: #A2A2A2. Windows color (decimal): -9456181 or 13350255. OLE color: 13350255.

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

Color convert

RGB 111 181 203 -
CMYK 0.45 0.11 0 0.20
HSL 194.35º 0.47% 0.62% -
HSV(B) 194.35º 0.45% 0.8% -
XYZ 33.86 40.74 62.58 -
YUV 162.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 111 181 203 0.45 0.11 0 0.20 194.35 0.47 0.62
Hex 6F B5 CB 2D B 0 14 C2 2F 3E
Octal 157 265 313 55 13 0 24 302 57 76
Binary 1101111 10110101 11001011 101101 1011 0 10100 11000010 101111 111110

Color Harmonies of #6FB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB5CB

Black with #6FB5CB

Text Example


Text Example

White with #6FB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,181,203); }

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

background-color css

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

 a { background-color: rgb(111,181,203); }

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

border-color css

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

 span { border-color: rgb(111,181,203); }

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