Html Css Color HEX #698AF1 Cornflower Blue

📋 copy color: '#698AF1'

red 105 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #698AF1

Tints of Cornflower Blue #698AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 21.69%
G = 28.51%
B = 49.79%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#698AF1 (or 0x698AF1) is known color: Cornflower Blue. HEX triplet: 69, 8A and F1. RGB value is (105,138,241). Sum of RGB (Red+Green+Blue) = 105+138+241=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #698AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AF1 is #96750E. Grayscale: #8B8B8B. Windows color (decimal): -9860367 or 15829609. OLE color: 15829609.

HSL color Cylindrical-coordinate representation of color #698AF1: hue angle of 225.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698AF1 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 138 241 -
CMYK 0.56 0.43 0 0.05
HSL 225.44º 0.83% 0.68% -
HSV(B) 225.44º 0.56% 0.95% -
XYZ 30.79 27.53 86.91 -
YUV 139.88 185.07 103.12 -
System Red Green Blue C M Y K H S L
Decimal 105 138 241 0.56 0.43 0 0.05 225.44 0.83 0.68
Hex 69 8A F1 38 2B 0 5 E1 53 44
Octal 151 212 361 70 53 0 5 341 123 104
Binary 1101001 10001010 11110001 111000 101011 0 101 11100001 1010011 1000100

Color Harmonies of #698AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AF1

Black with #698AF1

Text Example


Text Example

White with #698AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698AF1; }

 p { color: rgb(105,138,241); }

 H1.HeaderClassName
 {
   color: #698AF1;
 }
 .AnyTagClassName
 {
   color: #698AF1;
 }
</style>

background-color css

<style>
 a { background-color: #698AF1; }

 a { background-color: rgb(105,138,241); }

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

border-color css

<style>
 span { border-color: #698AF1; }

 span { border-color: rgb(105,138,241); }

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