Html Css Color HEX #698CED Cornflower Blue

📋 copy color: '#698CED'

red 105 ◦ green 140 ◦ blue 237

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

Shades of Cornflower Blue #698CED

Tints of Cornflower Blue #698CED

RGB

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

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

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

R = 21.78%
G = 29.05%
B = 49.17%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#698CED (or 0x698CED) is known color: Cornflower Blue. HEX triplet: 69, 8C and ED. RGB value is (105,140,237). Sum of RGB (Red+Green+Blue) = 105+140+237=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #698CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CED is #967312. Grayscale: #8C8C8C. Windows color (decimal): -9859859 or 15567977. OLE color: 15567977.

HSL color Cylindrical-coordinate representation of color #698CED: hue angle of 224.09º 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 #698CED is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 140 237 -
CMYK 0.56 0.41 0 0.07
HSL 224.09º 0.79% 0.67% -
HSV(B) 224.09º 0.56% 0.93% -
XYZ 30.49 27.87 83.89 -
YUV 140.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 105 140 237 0.56 0.41 0 0.07 224.09 0.79 0.67
Hex 69 8C ED 38 29 0 7 E0 4F 43
Octal 151 214 355 70 51 0 7 340 117 103
Binary 1101001 10001100 11101101 111000 101001 0 111 11100000 1001111 1000011

Color Harmonies of #698CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CED

Black with #698CED

Text Example


Text Example

White with #698CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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