Html Css Color HEX #698CE4 Cornflower Blue

📋 copy color: '#698CE4'

red 105 ◦ green 140 ◦ blue 228

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

Shades of Cornflower Blue #698CE4

Tints of Cornflower Blue #698CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 22.2%
G = 29.6%
B = 48.2%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#698CE4 (or 0x698CE4) is known color: Cornflower Blue. HEX triplet: 69, 8C and E4. RGB value is (105,140,228). Sum of RGB (Red+Green+Blue) = 105+140+228=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #698CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CE4 is #96731B. Grayscale: #8B8B8B. Windows color (decimal): -9859868 or 14978153. OLE color: 14978153.

HSL color Cylindrical-coordinate representation of color #698CE4: hue angle of 222.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #698CE4 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 140 228 -
CMYK 0.54 0.39 0 0.11
HSL 222.93º 0.69% 0.65% -
HSV(B) 222.93º 0.54% 0.89% -
XYZ 29.21 27.36 77.14 -
YUV 139.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 105 140 228 0.54 0.39 0 0.11 222.93 0.69 0.65
Hex 69 8C E4 36 27 0 B DF 45 41
Octal 151 214 344 66 47 0 13 337 105 101
Binary 1101001 10001100 11100100 110110 100111 0 1011 11011111 1000101 1000001

Color Harmonies of #698CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CE4

Black with #698CE4

Text Example


Text Example

White with #698CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,140,228); }

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

background-color css

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

 a { background-color: rgb(105,140,228); }

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

border-color css

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

 span { border-color: rgb(105,140,228); }

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