Html Css Color HEX #697BED Cornflower Blue

📋 copy color: '#697BED'

red 105 ◦ green 123 ◦ blue 237

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

Shades of Cornflower Blue #697BED

Tints of Cornflower Blue #697BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 22.58%
G = 26.45%
B = 50.97%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#697BED (or 0x697BED) is known color: Cornflower Blue. HEX triplet: 69, 7B and ED. RGB value is (105,123,237). Sum of RGB (Red+Green+Blue) = 105+123+237=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #697BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BED is #968412. Grayscale: #828282. Windows color (decimal): -9864211 or 15563625. OLE color: 15563625.

HSL color Cylindrical-coordinate representation of color #697BED: hue angle of 231.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697BED is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 123 237 -
CMYK 0.56 0.48 0 0.07
HSL 231.82º 0.79% 0.67% -
HSV(B) 231.82º 0.56% 0.93% -
XYZ 28.19 23.28 83.13 -
YUV 130.61 188.04 109.73 -
System Red Green Blue C M Y K H S L
Decimal 105 123 237 0.56 0.48 0 0.07 231.82 0.79 0.67
Hex 69 7B ED 38 30 0 7 E8 4F 43
Octal 151 173 355 70 60 0 7 350 117 103
Binary 1101001 1111011 11101101 111000 110000 0 111 11101000 1001111 1000011

Color Harmonies of #697BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BED

Black with #697BED

Text Example


Text Example

White with #697BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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