Html Css Color HEX #697BDC Cornflower Blue

📋 copy color: '#697BDC'

red 105 ◦ green 123 ◦ blue 220

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

Shades of Cornflower Blue #697BDC

Tints of Cornflower Blue #697BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.46%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 23.44%
G = 27.46%
B = 49.11%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#697BDC (or 0x697BDC) is known color: Cornflower Blue. HEX triplet: 69, 7B and DC. RGB value is (105,123,220). Sum of RGB (Red+Green+Blue) = 105+123+220=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #697BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BDC is #968423. Grayscale: #808080. Windows color (decimal): -9864228 or 14449513. OLE color: 14449513.

HSL color Cylindrical-coordinate representation of color #697BDC: hue angle of 230.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697BDC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 123 220 -
CMYK 0.52 0.44 0 0.14
HSL 230.61º 0.62% 0.64% -
HSV(B) 230.61º 0.52% 0.86% -
XYZ 25.83 22.34 70.66 -
YUV 128.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 105 123 220 0.52 0.44 0 0.14 230.61 0.62 0.64
Hex 69 7B DC 34 2C 0 E E7 3E 40
Octal 151 173 334 64 54 0 16 347 76 100
Binary 1101001 1111011 11011100 110100 101100 0 1110 11100111 111110 1000000

Color Harmonies of #697BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BDC

Black with #697BDC

Text Example


Text Example

White with #697BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,123,220); }

 H1.HeaderClassName
 {
   color: #697BDC;
 }
 .AnyTagClassName
 {
   color: #697BDC;
 }
</style>

background-color css

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

 a { background-color: rgb(105,123,220); }

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

border-color css

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

 span { border-color: rgb(105,123,220); }

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