Html Css Color HEX #697FDA Cornflower Blue

📋 copy color: '#697FDA'

red 105 ◦ green 127 ◦ blue 218

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

Shades of Cornflower Blue #697FDA

Tints of Cornflower Blue #697FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 23.33%
G = 28.22%
B = 48.44%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#697FDA (or 0x697FDA) is known color: Cornflower Blue. HEX triplet: 69, 7F and DA. RGB value is (105,127,218). Sum of RGB (Red+Green+Blue) = 105+127+218=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #697FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FDA is #968025. Grayscale: #828282. Windows color (decimal): -9863206 or 14319465. OLE color: 14319465.

HSL color Cylindrical-coordinate representation of color #697FDA: hue angle of 228.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697FDA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 127 218 -
CMYK 0.52 0.42 0 0.15
HSL 228.32º 0.6% 0.63% -
HSV(B) 228.32º 0.52% 0.85% -
XYZ 26.07 23.24 69.44 -
YUV 130.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 105 127 218 0.52 0.42 0 0.15 228.32 0.6 0.63
Hex 69 7F DA 34 2A 0 F E4 3C 3F
Octal 151 177 332 64 52 0 17 344 74 77
Binary 1101001 1111111 11011010 110100 101010 0 1111 11100100 111100 111111

Color Harmonies of #697FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FDA

Black with #697FDA

Text Example


Text Example

White with #697FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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