Html Css Color HEX #6BB5CB Seagull

📋 copy color: '#6BB5CB'

red 107 ◦ green 181 ◦ blue 203

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

Shades of Seagull #6BB5CB

Tints of Seagull #6BB5CB

RGB

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

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

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

R = 21.79%
G = 36.86%
B = 41.34%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BB5CB (or 0x6BB5CB) is known color: Seagull. HEX triplet: 6B, B5 and CB. RGB value is (107,181,203). Sum of RGB (Red+Green+Blue) = 107+181+203=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BB5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5CB is #944A34. Grayscale: #A1A1A1. Windows color (decimal): -9718325 or 13350251. OLE color: 13350251.

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

Color convert

RGB 107 181 203 -
CMYK 0.47 0.11 0 0.20
HSL 193.75º 0.48% 0.61% -
HSV(B) 193.75º 0.47% 0.8% -
XYZ 33.37 40.49 62.56 -
YUV 161.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 107 181 203 0.47 0.11 0 0.20 193.75 0.48 0.61
Hex 6B B5 CB 2F B 0 14 C2 30 3D
Octal 153 265 313 57 13 0 24 302 60 75
Binary 1101011 10110101 11001011 101111 1011 0 10100 11000010 110000 111101

Color Harmonies of #6BB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB5CB

Black with #6BB5CB

Text Example


Text Example

White with #6BB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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