Html Css Color HEX #6B9ADB Cornflower Blue

📋 copy color: '#6B9ADB'

red 107 ◦ green 154 ◦ blue 219

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

Shades of Cornflower Blue #6B9ADB

Tints of Cornflower Blue #6B9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 22.29%
G = 32.08%
B = 45.63%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B9ADB (or 0x6B9ADB) is known color: Cornflower Blue. HEX triplet: 6B, 9A and DB. RGB value is (107,154,219). Sum of RGB (Red+Green+Blue) = 107+154+219=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ADB is #946524. Grayscale: #939393. Windows color (decimal): -9725221 or 14391915. OLE color: 14391915.

HSL color Cylindrical-coordinate representation of color #6B9ADB: hue angle of 214.82º degrees, saturation: 0.61, 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 #6B9ADB is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 154 219 -
CMYK 0.51 0.30 0 0.14
HSL 214.82º 0.61% 0.64% -
HSV(B) 214.82º 0.51% 0.86% -
XYZ 30.41 31.35 71.47 -
YUV 147.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 107 154 219 0.51 0.30 0 0.14 214.82 0.61 0.64
Hex 6B 9A DB 33 1E 0 E D7 3D 40
Octal 153 232 333 63 36 0 16 327 75 100
Binary 1101011 10011010 11011011 110011 11110 0 1110 11010111 111101 1000000

Color Harmonies of #6B9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9ADB

Black with #6B9ADB

Text Example


Text Example

White with #6B9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,219); }

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

background-color css

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

 a { background-color: rgb(107,154,219); }

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

border-color css

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

 span { border-color: rgb(107,154,219); }

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