Html Css Color HEX #697BFB Cornflower Blue

📋 copy color: '#697BFB'

red 105 ◦ green 123 ◦ blue 251

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

Shades of Cornflower Blue #697BFB

Tints of Cornflower Blue #697BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 21.92%
G = 25.68%
B = 52.4%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#697BFB (or 0x697BFB) is known color: Cornflower Blue. HEX triplet: 69, 7B and FB. RGB value is (105,123,251). Sum of RGB (Red+Green+Blue) = 105+123+251=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #697BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BFB is #968404. Grayscale: #838383. Windows color (decimal): -9864197 or 16481129. OLE color: 16481129.

HSL color Cylindrical-coordinate representation of color #697BFB: hue angle of 232.6º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697BFB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 123 251 -
CMYK 0.58 0.51 0 0.02
HSL 232.6º 0.95% 0.7% -
HSV(B) 232.6º 0.58% 0.98% -
XYZ 30.32 24.13 94.33 -
YUV 132.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 105 123 251 0.58 0.51 0 0.02 232.6 0.95 0.7
Hex 69 7B FB 3A 33 0 2 E9 5F 46
Octal 151 173 373 72 63 0 2 351 137 106
Binary 1101001 1111011 11111011 111010 110011 0 10 11101001 1011111 1000110

Color Harmonies of #697BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BFB

Black with #697BFB

Text Example


Text Example

White with #697BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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