#697FC8

Color #697FC8 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #697FC8

Tints of Wild Blue Yonder #697FC8

Color information

#697FC8 (or 0x697FC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 7F and C8. RGB value is (105,127,200). Sum of RGB (Red+Green+Blue) = 105+127+200=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #697FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FC8 is #968037. Grayscale: #808080. Windows color (decimal): -9863224 or 13139817. OLE color: 13139817.

HSL color Cylindrical-coordinate representation of color #697FC8: hue angle of 226.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #697FC8 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105127200-
CMYK0.480.3600.22
HSL226.11º46.34%59.8%-
HSV(B)226.11º47.5%78.43%-
XYZ23.8422.3557.7-
YUV128.74168.21111.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=24.31%
G=29.40%
B=46.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051272000.480.3600.22226.1146.3459.8
Hex697FC83024016e22e3c
Octal15117731060440263425674
Binary110100111111111100100011000010010001011011100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697FC8; }

 p { color: rgb(105,127,200); }

 H1.HeaderClassName
 {
   color: #697FC8;
 }
 .AnyTagClassName
 {
   color: #697FC8;
 }
</style>
background-color css

<style>
 a { background-color: #697FC8; }

 a { background-color: rgb(105,127,200); }

 div.DivClassName
 {
   background-color: #697FC8;
 }
 .BgClassName
 {
   background-color: #697FC8;
 }
</style>
border-color css

<style>
 span { border-color: #697FC8; }

 span { border-color: rgb(105,127,200); }

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