Html Css Color HEX #6B98DC Cornflower Blue

📋 copy color: '#6B98DC'

red 107 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #6B98DC

Tints of Cornflower Blue #6B98DC

RGB

 RED value IS 107 (42.19% from 255) = 22.34%

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 22.34%
G = 31.73%
B = 45.93%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B98DC (or 0x6B98DC) is known color: Cornflower Blue. HEX triplet: 6B, 98 and DC. RGB value is (107,152,220). Sum of RGB (Red+Green+Blue) = 107+152+220=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98DC is #946723. Grayscale: #919191. Windows color (decimal): -9725732 or 14456939. OLE color: 14456939.

HSL color Cylindrical-coordinate representation of color #6B98DC: hue angle of 216.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B98DC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 152 220 -
CMYK 0.51 0.31 0 0.14
HSL 216.11º 0.62% 0.64% -
HSV(B) 216.11º 0.51% 0.86% -
XYZ 30.21 30.75 72.05 -
YUV 146.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 107 152 220 0.51 0.31 0 0.14 216.11 0.62 0.64
Hex 6B 98 DC 33 1F 0 E D8 3E 40
Octal 153 230 334 63 37 0 16 330 76 100
Binary 1101011 10011000 11011100 110011 11111 0 1110 11011000 111110 1000000

Color Harmonies of #6B98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B98DC

Black with #6B98DC

Text Example


Text Example

White with #6B98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B98DC; }

 p { color: rgb(107,152,220); }

 H1.HeaderClassName
 {
   color: #6B98DC;
 }
 .AnyTagClassName
 {
   color: #6B98DC;
 }
</style>

background-color css

<style>
 a { background-color: #6B98DC; }

 a { background-color: rgb(107,152,220); }

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

border-color css

<style>
 span { border-color: #6B98DC; }

 span { border-color: rgb(107,152,220); }

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