Html Css Color HEX #69B0CE Seagull

📋 copy color: '#69B0CE'

red 105 ◦ green 176 ◦ blue 206

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

Shades of Seagull #69B0CE

Tints of Seagull #69B0CE

RGB

 RED value IS 105 (41.41% from 255) = 21.56%

 GREEN value IS 176 (69.14% from 255) = 36.14%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 21.56%
G = 36.14%
B = 42.3%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69B0CE (or 0x69B0CE) is known color: Seagull. HEX triplet: 69, B0 and CE. RGB value is (105,176,206). Sum of RGB (Red+Green+Blue) = 105+176+206=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #69B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0CE is #964F31. Grayscale: #9D9D9D. Windows color (decimal): -9850674 or 13545577. OLE color: 13545577.

HSL color Cylindrical-coordinate representation of color #69B0CE: hue angle of 197.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B0CE is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 176 206 -
CMYK 0.49 0.15 0 0.19
HSL 197.82º 0.51% 0.61% -
HSV(B) 197.82º 0.49% 0.81% -
XYZ 32.49 38.51 64.11 -
YUV 158.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 105 176 206 0.49 0.15 0 0.19 197.82 0.51 0.61
Hex 69 B0 CE 31 F 0 13 C6 33 3D
Octal 151 260 316 61 17 0 23 306 63 75
Binary 1101001 10110000 11001110 110001 1111 0 10011 11000110 110011 111101

Color Harmonies of #69B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B0CE

Black with #69B0CE

Text Example


Text Example

White with #69B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B0CE; }

 p { color: rgb(105,176,206); }

 H1.HeaderClassName
 {
   color: #69B0CE;
 }
 .AnyTagClassName
 {
   color: #69B0CE;
 }
</style>

background-color css

<style>
 a { background-color: #69B0CE; }

 a { background-color: rgb(105,176,206); }

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

border-color css

<style>
 span { border-color: #69B0CE; }

 span { border-color: rgb(105,176,206); }

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